@font-face {

    font-family: "FrutigerLTStd-Roman";

    src: url("https://images.hanlonsonline.co.uk/Hounslow Portal Demo/fonts/FrutigerLTStd-Roman.otf");

    font-weight: 700;

    font-style: normal;

}

@font-face {

    font-family: "FrutigerLTStd-Bold";

    src: url("https://images.hanlonsonline.co.uk/Hounslow Portal Demo/fonts/FrutigerLTStd-Bold.otf");

    font-weight: 700;

    font-style: normal;

}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 3px solid #7b2379;
}
strong {
    font-family: "FrutigerLTStd-Bold";
    color: #000;
}
input[type=checkbox], input[type=radio] {
    -webkit-appearance: none;
    /* background-color: #D31568; */
    border: none;
    padding: 20px;
    margin: 5px 15px;
    border-radius: 0;
    border: 1px solid;
    display: inline-block;
    border: 3px solid #652F6C;
    position: relative;
    vertical-align: middle;
}
label {
    font-family: 'FrutigerLTStd-Roman' !important;
    font-size: 24px;
    color: #000;
}
button#SubmitButton {
    color: #fff;
    background-color: #e6388d;
    border-color: #000;
    font-size: 18px;
    font-family: "FrutigerLTStd-Bold";
    margin-top: -30px;
    margin-bottom: 30px;
}
button#SubmitButton:hover {
    color: #000;
    background-color: #fff;
    transition: 0.6s;
}
button#SubmitButton:focus {
    outline: 2px dashed #fff;
}
input[type=checkbox], input[type=radio] {
    -webkit-appearance: none;
    /* background-color: #D31568; */
    border: none;
    padding: 20px;
    margin: 5px 15px;
    border-radius: 0;
    border: 1px solid;
    display: inline-block;
    border: 3px solid #652F6C;
    position: relative;
    vertical-align: middle;
}
input#haveEmploymentYes {
        -webkit-appearance: none;
    /* background-color: #D31568; */
    border: none;
    padding: 20px;
    margin: 5px 15px;
    border-radius: 0;
    border: 1px solid;
    display: inline-block;
    border: 3px solid #652F6C;
    position: relative;
    vertical-align: middle;
}